home *** CD-ROM | disk | FTP | other *** search
/ Equipe de France et Bonbons / EquipeFrancePromoCD.iso / pages / cs_cadbury / datas / fond_catburry.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-03-03  |  261 b   |  13 lines

  1. on(press){
  2.    _parent.gotoAndPlay("score");
  3.    i = 1;
  4.    while(i < 10)
  5.    {
  6.       if(_root["var" + i] != UNDEFINED && _root["val" + i] != UNDEFINED)
  7.       {
  8.          furl += _root["var" + i] + "=" + _root["val" + i] + "&";
  9.       }
  10.       i++;
  11.    }
  12. }
  13.